home *** CD-ROM | disk | FTP | other *** search
/ Internet - Latest Software 2006 / Internet LS 2006.iso / Internet Download Accelerator 4.1.2.845 / crack / ida.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Encoding:
Text File  |  2005-03-01  |  2.2 KB  |  103 lines

  1. object FindForm: TFindForm
  2.   Left = 328
  3.   Top = 251
  4.   BorderStyle = bsDialog
  5.   Caption = 'FindForm'
  6.   ClientHeight = 150
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShortCut = FormShortCut
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object FindLabel: TLabel
  20.     Left = 8
  21.     Top = 5
  22.     Width = 46
  23.     Height = 14
  24.     Caption = 'FindLabel'
  25.   end
  26.   object SearchStringComboBox: TComboBox
  27.     Left = 8
  28.     Top = 21
  29.     Width = 217
  30.     Height = 22
  31.     ItemHeight = 14
  32.     TabOrder = 0
  33.     OnChange = SearchStringComboBoxChange
  34.   end
  35.   object FindInColumnsGroupBox: TGroupBox
  36.     Left = 8
  37.     Top = 77
  38.     Width = 297
  39.     Height = 65
  40.     Caption = ' '#1055#1086#1083#1103' '#1076#1083#1103' '#1087#1086#1080#1089#1082#1072': '
  41.     TabOrder = 3
  42.     object FileNameCheckBox: TCheckBox
  43.       Left = 8
  44.       Top = 16
  45.       Width = 137
  46.       Height = 17
  47.       Caption = #1048#1084#1103' '#1092#1072#1081#1083#1072
  48.       TabOrder = 0
  49.       OnClick = SearchStringComboBoxChange
  50.     end
  51.     object UrlCheckBox: TCheckBox
  52.       Left = 8
  53.       Top = 40
  54.       Width = 137
  55.       Height = 17
  56.       Caption = 'URL'
  57.       TabOrder = 1
  58.       OnClick = SearchStringComboBoxChange
  59.     end
  60.     object DescriptionCheckBox: TCheckBox
  61.       Left = 152
  62.       Top = 16
  63.       Width = 137
  64.       Height = 17
  65.       Caption = #1054#1087#1080#1089#1072#1085#1080#1077
  66.       TabOrder = 2
  67.       OnClick = SearchStringComboBoxChange
  68.     end
  69.     object FolderCheckBox: TCheckBox
  70.       Left = 152
  71.       Top = 40
  72.       Width = 137
  73.       Height = 17
  74.       Caption = #1055#1072#1087#1082#1072
  75.       TabOrder = 3
  76.       OnClick = SearchStringComboBoxChange
  77.     end
  78.   end
  79.   object FindButton: TBitBtn
  80.     Left = 232
  81.     Top = 21
  82.     Width = 73
  83.     Height = 23
  84.     Caption = #1053#1072#1081#1090#1080
  85.     Default = True
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     TabOrder = 1
  89.     OnClick = FindButtonClick
  90.   end
  91.   object CancelButton: TBitBtn
  92.     Left = 232
  93.     Top = 49
  94.     Width = 73
  95.     Height = 23
  96.     Caption = #1054#1090#1084#1077#1085#1072
  97.     ModalResult = 2
  98.     ParentShowHint = False
  99.     ShowHint = True
  100.     TabOrder = 2
  101.   end
  102. end
  103.